home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / nasanets.zip / README.2 < prev    next >
Text File  |  1990-06-07  |  2KB  |  50 lines

  1.           ------------------------------------
  2.                    NETS Version 2.0
  3.           
  4.            author: Paul Baffes
  5.                    Software Technology Branch
  6.                    NASA, Johnson Space Center
  7.           ------------------------------------
  8.  
  9. This disk contains the NETS neural network simulator.  NETS is free 
  10. to NASA and NASA contractors by calling (713) 280-2233.  The general
  11. public may obtain NETS (at a very reasonable price) from COSMIC, 
  12. 382 E. Broad St., Athens, GA, 30602.  The number for COSMIC is 
  13. (404) 542-3265.
  14.  
  15. This second disk contains the NETS source code.  Also, this version of
  16. NETS comes with a file called "makefile" which can be used with a MAKE
  17. facility such as the one which comes with Turbo C.  The make file
  18. works for both Turbo C and Microsoft C.  Typing
  19.  
  20.         make
  21.  
  22. will invoke the Turbo C compiler. To get the make file to work for
  23. Microsoft C type
  24.  
  25.         make -Dmsc
  26.  
  27. Lastly, note that the makefile also works for generating delivery
  28. code (see chapter 6 of the NETS User's Guide).  Typing
  29.  
  30.         make -Ddelivery -Ddvnm=myfile.c
  31.  
  32. will compile NETS delivery code stored in the file "myfile.c" using
  33. Turbo C. The Microsoft C version is invoked by
  34.  
  35.         make -Dmsc -Ddelivery -Ddvnm=myfile.c
  36.  
  37. Don't forget to change the "DELIVERY" constant in the "common.h" 
  38. file before compiling delivery code!! (see chapters 6 and 7 of the
  39. User's Guide).
  40.  
  41. Enjoy!
  42.  
  43.                       CATEGORY B RESTRICTION NOTICE
  44.                       =============================
  45. This computer program has been developed by an agency of the United States
  46. Government.  Distribution of this computer program, or any modifications
  47. thereof, outside of the United States requires prior written permission of
  48. NASA.  Further distribution of this computer program within the United States
  49. is permitted with the requirement that this notice appear on each copy.
  50.